	.syr_box{ width:30%;}
.lttl {
    background-color: #e3efff;
    border-bottom: 2px solid #347af4;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin-bottom: 10px;
    clear: both;
}
.lm6 {
    background: url(zt.png) no-repeat 10px center;
}
.lttl_bt {
    width: 35%;
    float: left;
    text-indent: 40px;
}
.lttl .f_r {
    margin-right: 5px;
}
.lttl {
    background-color: #e3efff;
    border-bottom: 2px solid #347af4;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin-bottom: 10px;
    clear: both;
}
.ztlist {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 10px;
	background:#fff;
}
.ztlist li {
    margin-bottom: 10px;
    display: inline;
    width: 150px;
    overflow: hidden;
}
.ztp {
    display: block;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.ztlist li p {
    line-height: 20px;
    padding: 5px 0px;
    overflow: hidden;
    font-size: 14px;
    color: #393939;
    text-align: center;
}
.ztp img, .tjp img, .hdp img {
    cursor: pointer;
    transition: all 0.6s;
}